Platform Explorer / Nuxeo Platform LTS 2015 7.10

Contribution org.nuxeo.ecm.core.opencmis.atom.config--authenticators

This contribution is part of XML component org.nuxeo.ecm.core.opencmis.atom.config inside nuxeo-opencmis-bindings-7.10-HF07.jar /OSGI-INF/atom-contrib.xml

Extension Point

Extension point authenticators of component PluggableAuthenticationService.

Contributed Items

  • <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
          <parameters>
            <parameter name="ForcePromptURL_CMISAtomPub">atom/cmis</parameter>
            <parameter name="ForcePromptURL_CMIS10AtomPub">atom/cmis10</parameter>
          </parameters>
        </authenticationPlugin>

XML Source

<extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">
    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.plugins.BasicAuthenticator" enabled="true" name="BASIC_AUTH">
      <parameters>
        <parameter name="ForcePromptURL_CMISAtomPub">atom/cmis</parameter>
        <parameter name="ForcePromptURL_CMIS10AtomPub">atom/cmis10</parameter>
      </parameters>
    </authenticationPlugin>
  </extension>